home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 December / .net Magazine (FR) - Issue 02 - Dec 1996.iso / Utilpers / SUPERQUE / DATA.2 / FILTERS / PSINIT / GS_STD_E.PS < prev    next >
Text File  |  1995-11-15  |  3KB  |  62 lines

  1. %    Copyright (C) 1993, 1994 Aladdin Enterprises.  All rights reserved.
  2. %    Licensed to Zenographics Inc. (Irvine, California) by Artifex Software Inc.
  3. %    under the OEM Agreement of December 21st, 1993.
  4.  
  5. % Define the standard encoding vector.
  6. /StandardEncoding
  7. % \00x
  8.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  9.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  10.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  11.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  12. % \04x
  13.     /space /exclam /quotedbl /numbersign
  14.     /dollar /percent /ampersand /quoteright
  15.     /parenleft /parenright /asterisk /plus
  16.     /comma /hyphen /period /slash
  17.     /zero /one /two /three
  18.     /four /five /six /seven
  19.     /eight /nine /colon /semicolon
  20.     /less /equal /greater /question
  21. % \10x
  22.     /at /A /B /C /D /E /F /G
  23.     /H /I /J /K /L /M /N /O
  24.     /P /Q /R /S /T /U /V /W
  25.     /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
  26. % \14x
  27.     /quoteleft /a /b /c /d /e /f /g
  28.     /h /i /j /k /l /m /n /o
  29.     /p /q /r /s /t /u /v /w
  30.     /x /y /z /braceleft /bar /braceright /asciitilde /.notdef
  31. % \20x
  32.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  33.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  34.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  35.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  36. % \24x
  37.     /.notdef /exclamdown /cent /sterling
  38.     /fraction /yen /florin /section
  39.     /currency /quotesingle /quotedblleft /guillemotleft
  40.     /guilsinglleft /guilsinglright /fi /fl
  41.     /.notdef /endash /dagger /daggerdbl
  42.     /periodcentered /.notdef /paragraph /bullet
  43.     /quotesinglbase /quotedblbase /quotedblright /guillemotright
  44.     /ellipsis /perthousand /.notdef /questiondown
  45. % \30x
  46.     /.notdef /grave /acute /circumflex /tilde /macron /breve /dotaccent
  47.     /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron
  48.     /emdash /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  49.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  50. % \34x
  51.     /.notdef /AE /.notdef /ordfeminine /.notdef /.notdef /.notdef /.notdef
  52.     /Lslash /Oslash /OE /ordmasculine /.notdef /.notdef /.notdef /.notdef
  53.     /.notdef /ae /.notdef /.notdef /.notdef /dotlessi /.notdef /.notdef
  54.     /lslash /oslash /oe /germandbls /.notdef /.notdef /.notdef /.notdef
  55. % Make an array on large systems, a packed array on small ones.
  56. 256
  57. vmstatus exch pop exch pop
  58. 100000 ge { array astore readonly } { packedarray } ifelse
  59. def
  60. 0 StandardEncoding .registerencoding
  61. /StandardEncoding StandardEncoding .defineencoding
  62.